Class FifoQueueImpl

All Implemented Interfaces:
IPCObject, FifoQueue, QueueProcess

public class FifoQueueImpl extends QueueProcessImpl implements FifoQueue
Information provided by the PKI file:

    \class CFifoQueue
    
    \brief CFifoQueue handles and manipulates policy maps.
    
    \example network().getDevice("Router0").getCbwfqManager().getCbwfqAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getQueueCount

      public int getQueueCount()
      Information provided by the PKI file:
      
          \brief Returns queue count which is 1.
          
          \return int, queue count which is 1.
          
              
      Specified by:
      getQueueCount in interface FifoQueue
      Returns:
      int Returns a int
    • getQueueAt

      public Queue getQueueAt(int i)
      Information provided by the PKI file:
      
          \brief Returns the queue but if i > queue count throw exception.
          
          \return Queue, the queue.
          
              
      Specified by:
      getQueueAt in interface FifoQueue
      Parameters:
      i - Takes in a parameter of i
      Returns:
      Queue Returns a Queue